// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03B TN_Widget.CreateTable([['Dying Fetus, Jesus Piece & Sanguisugabogg','The Crofoot','Pontiac, MI','Tuesday','5/7/2024','4:00 PM','6215717','Dying-Fetus--Jesus-Piece---Sanguisugabogg-5-7-2024'],['Chaos & Carnage 2024: Cattle Decapitation & Carnifex','The Crofoot','Pontiac, MI','Friday','5/17/2024','4:00 PM','6203986','Chaos---Carnage-2024--Cattle-Decapitation---Carnifex-5-17-2024'],['The Glitch Mob','The Crofoot','Pontiac, MI','Saturday','5/18/2024','9:00 PM','6255989','The-Glitch-Mob-5-18-2024'],['John Garcia','The Crofoot','Pontiac, MI','Wednesday','5/22/2024','6:00 PM','6308775','John-Garcia-5-22-2024'],['The Detroit Doors - The Doors Tribute','The Crofoot','Pontiac, MI','Friday','5/24/2024','8:00 PM','6381140','The-Detroit-Doors---The-Doors-Tribute-5-24-2024'],['Born Of Osiris & Attila','The Crofoot','Pontiac, MI','Sunday','5/26/2024','5:00 PM','6129095','Born-Of-Osiris---Attila-5-26-2024'],['Destroy Rebuild Until God Shows','The Crofoot','Pontiac, MI','Friday','6/7/2024','6:30 PM','6389771','Destroy-Rebuild-Until-God-Shows-6-7-2024'],['Inferno Detroit','The Crofoot','Pontiac, MI','Friday','6/14/2024','7:00 PM','6383195','Inferno-Detroit-6-14-2024'],['Pride Prom','The Crofoot','Pontiac, MI','Saturday','6/15/2024','7:00 PM','6401315','Pride-Prom-6-15-2024'],['Summer Slaughter Tour','The Crofoot','Pontiac, MI','Tuesday','8/6/2024','3:00 PM','6403990','Summer-Slaughter-Tour-8-6-2024'],['Leprous','The Crofoot','Pontiac, MI','Tuesday','9/17/2024','6:00 PM','6373330','Leprous-9-17-2024'],['Creepy Cheapy XVI','The Crofoot','Pontiac, MI','Friday','10/25/2024','7:00 PM','6106030','Creepy-Cheapy-XVI-10-25-2024'],['Creepy Cheapy XVI','The Crofoot','Pontiac, MI','Saturday','10/26/2024','7:00 PM','6106027','Creepy-Cheapy-XVI-10-26-2024'],['Devastation On The Nation: Morbid Angel, Suffocation, UADA & Mortiferum','The Crofoot','Pontiac, MI','Friday','12/6/2024','5:00 PM','6416143','Devastation-On-The-Nation--Morbid-Angel--Suffocation--UADA---Mortiferum-12-6-2024'],['Iration, Hirie & The Ries Brothers','The Crofoot','Pontiac, MI','Thursday','5/15/2070','TBD','4371312','Iration--Hirie---The-Ries-Brothers-5-15-2070'],['Eve 6 & Alien Ant Farm','The Crofoot','Pontiac, MI','Friday','5/23/2070','TBD','4382487','Eve-6---Alien-Ant-Farm-5-23-2070']],'The Crofoot Ballroom','http://www.ticketnetwork.com/ticket/The-Crofoot-Ballroom-events.aspx');